Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ✨Ability to specify whether a user displays on login page #397

Merged
merged 5 commits into from
Apr 30, 2024

Conversation

EuanMosit
Copy link
Collaborator

Adds feature requested in #376 and part of #395.

Works for both Emby and Jellyfin.
Emby uses IsHidden, IsHiddenRemotely and IsHiddenFromUnusedDevices while Jellyfin only uses IsHidden.

afaik, this is not a feature needed for plex.

@JamsRepos JamsRepos changed the title feat: Ability to specify whether a user displays on login page feat: ✨Ability to specify whether a user displays on login page Apr 30, 2024
@JamsRepos JamsRepos merged commit a1380e0 into wizarrrr:develop Apr 30, 2024
@JamsRepos JamsRepos mentioned this pull request May 3, 2024
wizarr-sentry bot pushed a commit that referenced this pull request May 3, 2024
## [4.1.0-beta.1](v4.0.0...v4.1.0-beta.1) (2024-05-03)

### New Features

* ✨ Replaced the default homepage with the invite interface ([9c6ea38](9c6ea38))
* ✨Ability to specify whether a user displays on login page ([#397](#397)) ([a1380e0](a1380e0))

### Bug Fixes

* 🐛 Change live_tv to a boolean through the migration script ([00372cc](00372cc))
* 🐛 Live TV boolean changes to True by default ([e41b935](e41b935))
* 🐛 Potential fix for white pages and pages caching ([65feec9](65feec9))
* 🐝 remove extra return statement ([331be20](331be20))
* 🩹 cast current version as string ([4490590](4490590))
* 🩹 Disabled access to Live TV Management for Jellyfin/Emby ([a603d56](a603d56))
* 🩹 Fixed plex profile pictures erroring out when Plex Home users are present ([a1c3571](a1c3571))
* 🩹 Import error for software_lifecycle ([f6f9ef9](f6f9ef9))
* 🚑 Change migration script to a boolean for hide_user ([dec8103](dec8103))
* 🚑 Changed order of Emby user password creation ([fd52649](fd52649))
* 🚑 Solved issue with the routes clashing ([c3af54e](c3af54e))
* **sentry:** 🐛 set release version for proper tracking ([0f4d08c](0f4d08c))

### Chores

* 🧺 Changed request service URL field to correctly reflect the service ([553c78f](553c78f))
* 🧺 Remove version getter as not needed ([50957bc](50957bc))

### Documentation

* 📚 removed v3 mentions from root readme ([d7a4495](d7a4495))

### Code Refactoring

* 🔧 Change the admin login to reflect the new homepage ([549b3de](549b3de))
* 🔧 Cleanup old deprecated code ([fa56308](fa56308))
* 🔧 Removed ability to fetch profile picture from media servers ([e3ab547](e3ab547))
* 🔨 Changed profile picture logic for media servers ([f1f94e1](f1f94e1))
@MrDynamo MrDynamo linked an issue May 3, 2024 that may be closed by this pull request
2 tasks
wizarr-sentry bot pushed a commit that referenced this pull request May 5, 2024
## [4.1.0](v4.0.0...v4.1.0) (2024-05-05)

### New Features

* ✨ Replaced the default homepage with the invite interface ([9c6ea38](9c6ea38))
* ✨Ability to specify whether a user displays on login page ([#397](#397)) ([a1380e0](a1380e0))

### Bug Fixes

* 🐛 Change live_tv to a boolean through the migration script ([00372cc](00372cc))
* 🐛 Live TV boolean changes to True by default ([e41b935](e41b935))
* 🐛 Potential fix for white pages and pages caching ([65feec9](65feec9))
* 🐝 remove extra return statement ([331be20](331be20))
* 🩹 cast current version as string ([4490590](4490590))
* 🩹 Disabled access to Live TV Management for Jellyfin/Emby ([a603d56](a603d56))
* 🩹 Fixed plex profile pictures erroring out when Plex Home users are present ([a1c3571](a1c3571))
* 🩹 Import error for software_lifecycle ([f6f9ef9](f6f9ef9))
* 🚑 Change migration script to a boolean for hide_user ([dec8103](dec8103))
* 🚑 Changed order of Emby user password creation ([fd52649](fd52649))
* 🚑 Solved issue with the routes clashing ([c3af54e](c3af54e))
* **sentry:** 🐛 set release version for proper tracking ([0f4d08c](0f4d08c))

### Chores

* 🧺 Changed request service URL field to correctly reflect the service ([553c78f](553c78f))
* 🧺 Remove version getter as not needed ([50957bc](50957bc))
* **release:** 4.1.0-beta.1 ([b4d5a34](b4d5a34)), closes [#397](#397)

### Documentation

* 📚 removed v3 mentions from root readme ([d7a4495](d7a4495))

### Code Refactoring

* 🔧 Change the admin login to reflect the new homepage ([549b3de](549b3de))
* 🔧 Cleanup old deprecated code ([fa56308](fa56308))
* 🔧 Removed ability to fetch profile picture from media servers ([e3ab547](e3ab547))
* 🔨 Changed profile picture logic for media servers ([f1f94e1](f1f94e1))
@wizarr-sentry
Copy link
Contributor

wizarr-sentry bot commented May 5, 2024

🎉 This PR is included in version 4.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] | Emby | Ability to specify whether a user displays on login page
2 participants